home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / speech / lackey / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  216 b   |  14 lines

  1. include    $(ROOT)/usr/include/make/commondefs
  2.  
  3. C++FILES= lackey.c++
  4.  
  5. TARGETS    = lackey
  6.  
  7. OPTIMIZER = -g
  8. LLDLIBS = -lXext -lX11 -lspeech -lm -lgen
  9. LDIRT   = ptrepository
  10.  
  11. default all: $(TARGETS) 
  12.     
  13. include    $(COMMONRULES)
  14.